home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / util / rexx / FWCalendar.readme < prev    next >
Encoding:
Text File  |  1998-10-31  |  4.8 KB  |  129 lines

  1. Short:    Create calendars w/ events in FW
  2. Author:   Ron Goertz
  3. Uploader: rgoertz@wsu.edu
  4. Type:     util/rexx
  5. Replaces: util/rexx/FWCalendar*
  6.  
  7. A macro for creating calendars in Final Writer v4+, and a macro for adding events to
  8. those calendars.
  9.  
  10. The calendar macro by Andrew McCardie is a very versatile macro, allowing calendars
  11. in three different formats. The calendars work well for posting on a wall or desk
  12. and writing appointments or important dates in. But I wanted more ...
  13.  
  14. I wanted to print the previous month and next month (mini calendars). I wanted
  15. pre-defined holidays (including those on floating days, like Thanksgiving) and
  16. special occasions to be inserted automatically when the calendar was created. I
  17. wanted to enter single-day events on the calendars with Final Writer. I wanted to
  18. enter events stretching across several days or weeks easily. Even though it's my
  19. first AREXX program/Final Writer macro, I think FWCalendar does a fine job of meeting
  20. these goals.
  21.  
  22. Features:
  23.    Mini calendars
  24.    Automatic holidays
  25.    Single-day events
  26.    Multi-day/week events
  27.    Multiple-line events
  28.    Boxed events
  29.    "Shadowed" days from previous/next months
  30.    Repeated weekly events
  31.    Option to print full year on a single page
  32.    'Localized'
  33.    Full control over colors
  34.  
  35. CALENDAR MACRO HISTORY
  36.  
  37. 2.15  Allowed true cancellation of the "Save changes to document?" requestor
  38.       Added a TestMode to check the variables in the FWCalendar.data file.
  39.       Corrected the order in which user variables are read; resulted in the
  40.          proper use of localized values for Black and White.
  41.       If Extended mode is turned off, the empty boxes are no longer drawn
  42.  
  43. 2.10  Moved ALL user variables to FWCalendar.data file
  44.       Added control over colors for about everything (see variables)
  45.       Re-wrote (cleaned up) LOTS of the code
  46.  
  47. 2.05  Not a version change, because it's exactly the same as the previous
  48.          version 2.05 without my mistake of accidentally commenting out two
  49.          essential lines. Do have some updates to the German and Italian
  50.          translation (FWCalendar.data) files, though. SORRY!
  51.  
  52. 2.05  Deleted my hard-coded margins. Oops!
  53.       Canned the FW requestors in favor of Reqtools requestors
  54.       Changed the way the upper area (the area with the mini-calendars
  55.          and the month name) is calculated to allow for hard-coding margins
  56.          (Dieter Zimmermann wanted his calendars to appear on the lower half
  57.          of a portrait-oriented page, presumably to allow the addition of a
  58.          picture on the upper half. Good idea, Dieter!)
  59.  
  60. 2.0   Now 'localized' for American, German, Spanish, French,
  61.          Italian, and Portugese
  62.  
  63. 1.4   Full-year calendar now fills the full page
  64.       Font widths now work
  65.  
  66. 1.3   Fixed macro to allow use of a comma for the decimal point
  67.          instead of the period
  68.  
  69. 1.2   Added box/bold of highlight dates in mini-calendars
  70.       Added option to print full year of calendars on a single
  71.          page
  72.  
  73. 1.1   de-Americanized macro (no longer assumes US Letter paper
  74.          and inch units)
  75.  
  76. 1.01  Corrected default margins
  77.       Removed my personal highlights
  78.       Set default fonts to more likely locations
  79.  
  80. 1.0   First release
  81.  
  82.  
  83. ADDEVENT MACRO HISTORY
  84.  
  85. 2.40  Accommodated changes in FWCalendar.data file
  86.  
  87. 2.35  Accommodated the upper-area-calculation change made in FWCalendar.rexx
  88.          macro.
  89.  
  90. 2.3   Fixed bug that didn't allow the close gadget to work
  91.       Now 'localized' for American, German, Spanish, French,
  92.          Italian, and Portugese
  93.  
  94. 2.2   Can now (indirectly) enter the '$' in events (see User Variables)
  95.  
  96. 2.1   Fixed macro to allow use of a comma for the decimal point
  97.          instead of the period
  98.  
  99. 2.0   Now REQUIRES Gui4Cli, but what an improvement!
  100.       Can enter weekly events
  101.  
  102. 1.2   de-Americanized macro (no longer assumes US Letter paper
  103.         and inch units)
  104.  
  105. 1.1   Corrected default margins
  106.       Set default fonts to more likely locations
  107.       Added multi-line, auto-breaking, non-boxed events
  108.  
  109. 1.0   First release
  110.  
  111.  
  112. ============================= Archive contents =============================
  113.  
  114. Original  Packed Ratio    Date     Time    Name
  115. -------- ------- ----- --------- --------  -------------
  116.      717     334 53.4% 10-Sep-98 22:50:36  FWCalendar.info
  117.    12391    4099 66.9% 26-Sep-98 15:29:24 +AddEvent.rexx
  118.     3160    1093 65.4% 26-Sep-98 11:42:28 +FWCalendar.data
  119.     2031     788 61.2% 26-Sep-98 11:42:44 +FWCalendar.data
  120.     1519     609 59.9% 26-Sep-98 11:43:00 +FWCalendar.data
  121.     1517     608 59.9% 26-Sep-98 11:43:22 +FWCalendar.data
  122.    26957    7957 70.4% 29-Sep-98 20:43:36 +FWCalendar.Guide
  123.    18981    5266 72.2% 29-Sep-98 20:25:14 +FWCalendar.rexx
  124.     1861     718 61.4% 26-Sep-98 11:43:36 +FWCalendar.data
  125.     1542     606 60.7% 26-Sep-98 11:43:48 +FWCalendar.data
  126.   343968  343968  0.0% 24-Aug-98 22:45:26  gui4cli.lha
  127. -------- ------- ----- --------- --------
  128.   414644  366046 11.7% 02-Oct-98 20:37:20   11 files
  129.